Skip to content

Commit

Permalink
Upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jonatan-ivanov committed Sep 12, 2024
1 parent 314467f commit ccd5f47
Show file tree
Hide file tree
Showing 4 changed files with 127 additions and 125 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ run:
-jar build/libs/resourceater-*.jar

perftest:
./gradlew gatlingRun --rerun-tasks
./gradlew gatlingRun --simulation=resourceater.HeapSimulation
18 changes: 9 additions & 9 deletions buildscript-gradle.lockfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,24 +8,24 @@ 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.2.3=classpath
com.gorylenko.gradle-git-properties:gradle-git-properties:2.4.1=classpath
com.gorylenko.gradle-git-properties:gradle-git-properties:2.4.2=classpath
commons-codec:commons-codec:1.16.0=classpath
io.spring.gradle:dependency-management-plugin:1.1.4=classpath
io.spring.gradle:dependency-management-plugin:1.1.6=classpath
net.java.dev.jna:jna-platform:5.13.0=classpath
net.java.dev.jna:jna:5.13.0=classpath
org.ajoberstar.grgit:grgit-core:5.2.2=classpath
org.ajoberstar.grgit:grgit-gradle:5.2.2=classpath
org.antlr:antlr4-runtime:4.7.2=classpath
org.apache.commons:commons-compress:1.21=classpath
org.apache.httpcomponents.client5:httpclient5:5.2.3=classpath
org.apache.commons:commons-compress:1.25.0=classpath
org.apache.httpcomponents.client5:httpclient5:5.3.1=classpath
org.apache.httpcomponents.core5:httpcore5-h2:5.2.4=classpath
org.apache.httpcomponents.core5:httpcore5:5.2.4=classpath
org.eclipse.jgit:org.eclipse.jgit:6.8.0.202311291450-r=classpath
org.slf4j:slf4j-api:1.7.36=classpath
org.springframework.boot:spring-boot-buildpack-platform:3.2.4=classpath
org.springframework.boot:spring-boot-gradle-plugin:3.2.4=classpath
org.springframework.boot:spring-boot-loader-tools:3.2.4=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.3.3=classpath
org.springframework.boot:spring-boot-gradle-plugin:3.3.3=classpath
org.springframework.boot:spring-boot-loader-tools:3.3.3=classpath
org.springframework:spring-core:6.1.12=classpath
org.springframework:spring-jcl:6.1.12=classpath
org.tomlj:tomlj:1.0.0=classpath
empty=
Loading

0 comments on commit ccd5f47

Please sign in to comment.