update dependencies
This commit is contained in:
parent
7c40b0717c
commit
b3cfb54837
3 changed files with 6 additions and 7 deletions
|
@ -1,5 +1,5 @@
|
|||
group = org.xbib
|
||||
name = net-http
|
||||
version = 3.0.2
|
||||
version = 3.0.3
|
||||
|
||||
org.gradle.warning.mode = ALL
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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')
|
||||
|
|
Loading…
Reference in a new issue