Skip to content

Commit

Permalink
Merge pull request #6 from CanerKaraca23/dependabot/gradle/org.xerial…
Browse files Browse the repository at this point in the history
…-sqlite-jdbc-3.45.0.0

Bump org.xerial:sqlite-jdbc from 3.44.1.0 to 3.45.0.0
  • Loading branch information
CanerKaraca23 committed Jan 19, 2024
2 parents ca6b4ea + 59603e4 commit aec51c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion OSMMapTilePackager/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ tasks.withType(Javadoc) {
dependencies {
implementation 'org.apache.httpcomponents:httpmime:4.5.14'
implementation 'org.apache.james:apache-mime4j:0.8.9'
implementation 'org.xerial:sqlite-jdbc:3.44.1.0'
implementation 'org.xerial:sqlite-jdbc:3.45.0.0'


testImplementation "org.junit.vintage:junit-vintage-engine:${project.property('junit.version')}"
Expand Down
2 changes: 1 addition & 1 deletion osmdroid-server-jdk/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ dependencies {
implementation group: 'commons-codec', name: 'commons-codec', version:'1.16.0'

//implementation group: 'org.apache.cxf', name: 'cxf-rt-rs-extension-providers', version:'4.0.3'
implementation group: 'org.xerial', name: 'sqlite-jdbc', version:'3.44.1.0'
implementation group: 'org.xerial', name: 'sqlite-jdbc', version:'3.45.0.0'
implementation group: 'jakarta.servlet.jsp', name: 'jakarta.servlet.jsp-api', version:'3.1.1'
implementation group: 'org.glassfish.jersey.containers', name: 'jersey-container-servlet', version:'3.1.5'
implementation group: 'org.glassfish.jersey.core', name: 'jersey-client', version:'3.1.5'
Expand Down

0 comments on commit aec51c7

Please sign in to comment.