diff --git a/gradle.properties b/gradle.properties index d831a34..ca54b58 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ group = org.xbib name = net-http -version = 3.0.2 +version = 3.0.3 org.gradle.warning.mode = ALL diff --git a/net-http-server-application-web/src/main/resources/META-INF/services/org.xbib.net.http.server.ApplicationModule b/net-http-server-application-web/src/main/resources/META-INF/services/org.xbib.net.http.server.ApplicationModule index b31326c..261d55b 100644 --- a/net-http-server-application-web/src/main/resources/META-INF/services/org.xbib.net.http.server.ApplicationModule +++ b/net-http-server-application-web/src/main/resources/META-INF/services/org.xbib.net.http.server.ApplicationModule @@ -1,3 +1,2 @@ org.xbib.net.http.server.application.config.ConfigApplicationModule org.xbib.net.http.template.groovy.GroovyTemplateApplicationModule -org.xbib.net.http.server.application.database.DatabaseApplicationModule diff --git a/settings.gradle b/settings.gradle index 36ad959..48a67d7 100644 --- a/settings.gradle +++ b/settings.gradle @@ -2,13 +2,13 @@ dependencyResolutionManagement { versionCatalogs { libs { version('gradle', '7.5.1') - version('junit', '5.9.1') - version('net', '3.0.2') - version('netty', '4.1.85.Final') - version('netty-tcnative', '2.0.54.Final') + version('junit', '5.9.2') + version('groovy', '4.0.7') + version('netty', '4.1.87.Final') + version('netty-tcnative', '2.0.56.Final') version('datastructures', '1.0.1') - version('groovy', '4.0.6') version('config', '5.0.2') + version('net', '3.0.3') library('junit-jupiter-api', 'org.junit.jupiter', 'junit-jupiter-api').versionRef('junit') library('junit-jupiter-params', 'org.junit.jupiter', 'junit-jupiter-params').versionRef('junit') library('junit-jupiter-engine', 'org.junit.jupiter', 'junit-jupiter-engine').versionRef('junit')