Skip to content

Commit

Permalink
updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
clausnagel committed Sep 9, 2024
1 parent d9457c2 commit 522db7d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,10 @@ repositories {
}

dependencies {
implementation 'org.citydb:impexp-core:5.4.3'
implementation 'com.github.seancfoley:ipaddress:5.5.0'
implementation 'org.glassfish.jersey.containers:jersey-container-servlet:2.37'
implementation 'org.glassfish.jersey.inject:jersey-hk2:2.37'
implementation 'org.citydb:impexp-core:5.5.0-SNAPSHOT'
implementation 'com.github.seancfoley:ipaddress:5.5.1'
implementation 'org.glassfish.jersey.containers:jersey-container-servlet:2.45'
implementation 'org.glassfish.jersey.inject:jersey-hk2:2.45'

providedCompile 'javax.servlet:javax.servlet-api:3.1.0'

Expand Down

0 comments on commit 522db7d

Please sign in to comment.