Skip to content

Commit

Permalink
Upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jonatan-ivanov committed Nov 15, 2023
1 parent 0d3c008 commit e9e1697
Show file tree
Hide file tree
Showing 4 changed files with 108 additions and 107 deletions.
1 change: 0 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ java {

repositories {
mavenCentral()
maven { url 'https://repo.spring.io/milestone' }
}
dependencies {
['annotationProcessor', 'compileOnly', 'implementation', 'runtimeOnly', 'testImplementation'].each { conf ->
Expand Down
21 changes: 11 additions & 10 deletions buildscript-gradle.lockfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,24 +7,25 @@ com.fasterxml.jackson.core:jackson-databind:2.14.2=classpath
com.fasterxml.jackson.module:jackson-module-parameter-names:2.14.2=classpath
com.fasterxml.jackson:jackson-bom:2.14.2=classpath
com.google.code.findbugs:jsr305:3.0.2=classpath
com.googlecode.javaewah:JavaEWAH:1.1.13=classpath
com.googlecode.javaewah:JavaEWAH:1.2.3=classpath
com.gorylenko.gradle-git-properties:gradle-git-properties:2.4.1=classpath
io.spring.gradle:dependency-management-plugin:1.1.0=classpath
commons-codec:commons-codec:1.16.0=classpath
io.spring.gradle:dependency-management-plugin:1.1.3=classpath
net.java.dev.jna:jna-platform:5.7.0=classpath
net.java.dev.jna:jna:5.7.0=classpath
org.ajoberstar.grgit:grgit-core:5.2.0=classpath
org.ajoberstar.grgit:grgit-gradle:5.2.0=classpath
org.ajoberstar.grgit:grgit-core:5.2.1=classpath
org.ajoberstar.grgit:grgit-gradle:5.2.1=classpath
org.antlr:antlr4-runtime:4.7.2=classpath
org.apache.commons:commons-compress:1.21=classpath
org.apache.httpcomponents.client5:httpclient5:5.2.1=classpath
org.apache.httpcomponents.core5:httpcore5-h2:5.2=classpath
org.apache.httpcomponents.core5:httpcore5:5.2=classpath
org.eclipse.jgit:org.eclipse.jgit:6.5.0.202303070854-r=classpath
org.eclipse.jgit:org.eclipse.jgit:6.7.0.202309050840-r=classpath
org.slf4j:slf4j-api:1.7.36=classpath
org.springframework.boot:spring-boot-buildpack-platform:3.1.1=classpath
org.springframework.boot:spring-boot-gradle-plugin:3.1.1=classpath
org.springframework.boot:spring-boot-loader-tools:3.1.1=classpath
org.springframework:spring-core:6.0.10=classpath
org.springframework:spring-jcl:6.0.10=classpath
org.springframework.boot:spring-boot-buildpack-platform:3.1.5=classpath
org.springframework.boot:spring-boot-gradle-plugin:3.1.5=classpath
org.springframework.boot:spring-boot-loader-tools:3.1.5=classpath
org.springframework:spring-core:6.0.13=classpath
org.springframework:spring-jcl:6.0.13=classpath
org.tomlj:tomlj:1.0.0=classpath
empty=
Loading

0 comments on commit e9e1697

Please sign in to comment.