Update Jetty latest 9.2

This commit is contained in:
Xcreen
2020-07-07 12:16:54 +02:00
parent abe5ebe7d2
commit c3266edd80
2 changed files with 2 additions and 2 deletions

View File

@@ -22,7 +22,7 @@ class AboutThirdPartyLibrarysFragment : Fragment() {
val rootView = inflater.inflate(R.layout.fragment_about_third_party_librarys, container, false)
//Set Data
thirdPartyLibraryDataModels.add(ThirdPartyLibraryDataModel("FontAwesome", "4.7.0 / Used for Navigation-Icons", "https://fontawesome.com/"))
thirdPartyLibraryDataModels.add(ThirdPartyLibraryDataModel("Jetty", "9.2.26.v20180806 / Used for the HTTP-Server", "https://www.eclipse.org/jetty/"))
thirdPartyLibraryDataModels.add(ThirdPartyLibraryDataModel("Jetty", "9.2.30.v20200428 / Used for the HTTP-Server", "https://www.eclipse.org/jetty/"))
thirdPartyLibraryDataModels.add(ThirdPartyLibraryDataModel("GSON", "2.8.6 / Used for JSON/Java-Object serialization/deserialization", "https://github.com/google/gson"))
thirdPartyLibraryDataModels.add(ThirdPartyLibraryDataModel("libphonenumber", "8.11.1 / Used validating/parsing phone-numbers.", "https://github.com/googlei18n/libphonenumber"))
thirdPartyLibraryDataModels.add(ThirdPartyLibraryDataModel("Slf4j-simple", "1.7.30 / Used Jetty-Logging", "https://www.slf4j.org/"))

View File

@@ -1,7 +1,7 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
ext.jetty_version = '9.2.26.v20180806'
ext.jetty_version = '9.2.30.v20200428'
ext.kotlin_version = '1.3.72'
repositories {