Skip to content

Commit

Permalink
Update java deps (#499)
Browse files Browse the repository at this point in the history
* Bump org.apache.commons:commons-configuration2

Bumps org.apache.commons:commons-configuration2 from 2.10.1 to 2.11.0.

---
updated-dependencies:
- dependency-name: org.apache.commons:commons-configuration2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* Bump org.apache.commons:commons-lang3 from 3.14.0 to 3.17.0 in /server

Bumps org.apache.commons:commons-lang3 from 3.14.0 to 3.17.0.

---
updated-dependencies:
- dependency-name: org.apache.commons:commons-lang3
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* Bump io.spring.gradle:dependency-management-plugin in /server

Bumps [io.spring.gradle:dependency-management-plugin](https://github.com/spring-gradle-plugins/dependency-management-plugin) from 1.1.5 to 1.1.6.
- [Release notes](https://github.com/spring-gradle-plugins/dependency-management-plugin/releases)
- [Commits](spring-gradle-plugins/dependency-management-plugin@v1.1.5...v1.1.6)

---
updated-dependencies:
- dependency-name: io.spring.gradle:dependency-management-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
ekharkunov and dependabot[bot] authored Oct 7, 2024
1 parent 37c0418 commit 5aa007c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions server/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath 'io.spring.gradle:dependency-management-plugin:1.1.5'
classpath 'io.spring.gradle:dependency-management-plugin:1.1.6'
classpath 'org.springframework.boot:spring-boot-gradle-plugin:3.3.1'
}
}
Expand Down Expand Up @@ -62,7 +62,7 @@ dependencies {
implementation('org.apache.commons:commons-fileupload2-jakarta:2.0.0-M1')
implementation('org.apache.commons:commons-text:1.12.+')
implementation('org.apache.commons:commons-compress:1.27.+')
implementation('org.apache.commons:commons-lang3:3.14.0')
implementation('org.apache.commons:commons-lang3:3.17.0')
implementation('org.apache.httpcomponents:httpclient:4.5.14')
implementation('org.apache.httpcomponents:httpmime:4.5.13')
implementation('org.springframework.boot:spring-boot-starter-actuator')
Expand Down
2 changes: 1 addition & 1 deletion server/manifestmergetool/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ dependencies {
implementation('org.jsoup:jsoup:1.18.1')
implementation('com.android.tools.build:manifest-merger:31.4.1')
implementation('com.android.tools:common:31.4.1')
implementation('org.apache.commons:commons-configuration2:2.10.1')
implementation('org.apache.commons:commons-configuration2:2.11.0')
implementation('commons-codec:commons-codec:1.17.0')

testImplementation('commons-io:commons-io:2.11.0')
Expand Down

0 comments on commit 5aa007c

Please sign in to comment.