Skip to content

Commit

Permalink
Update java deps (#453)
Browse files Browse the repository at this point in the history
* Bump com.google.cloud:google-cloud-compute in /server

Bumps [com.google.cloud:google-cloud-compute](https://github.com/googleapis/google-cloud-java) from 1.57.0 to 1.59.0.
- [Release notes](https://github.com/googleapis/google-cloud-java/releases)
- [Changelog](https://github.com/googleapis/google-cloud-java/blob/main/CHANGELOG.md)
- [Commits](https://github.com/googleapis/google-cloud-java/commits)

---
updated-dependencies:
- dependency-name: com.google.cloud:google-cloud-compute
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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

* Bump junit:junit from 4.13 to 4.13.2 in /server/manifestmergetool

Bumps [junit:junit](https://github.com/junit-team/junit4) from 4.13 to 4.13.2.
- [Release notes](https://github.com/junit-team/junit4/releases)
- [Changelog](https://github.com/junit-team/junit4/blob/main/doc/ReleaseNotes4.13.2.md)
- [Commits](junit-team/junit4@r4.13...r4.13.2)

---
updated-dependencies:
- dependency-name: junit:junit
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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

* Bump org.jsoup:jsoup from 1.15.3 to 1.18.1 in /server/manifestmergetool

Bumps [org.jsoup:jsoup](https://github.com/jhy/jsoup) from 1.15.3 to 1.18.1.
- [Release notes](https://github.com/jhy/jsoup/releases)
- [Changelog](https://github.com/jhy/jsoup/blob/master/CHANGES.md)
- [Commits](jhy/jsoup@jsoup-1.15.3...jsoup-1.18.1)

---
updated-dependencies:
- dependency-name: org.jsoup:jsoup
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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

* Bump org.smali:dexlib2 from 2.2.5 to 2.5.2 in /server

Bumps [org.smali:dexlib2](https://github.com/JesusFreke/smali) from 2.2.5 to 2.5.2.
- [Commits](JesusFreke/smali@v2.2.5...v2.5.2)

---
updated-dependencies:
- dependency-name: org.smali:dexlib2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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

* Bump org.mockito:mockito-core from 3.+ to 5.13.0 in /server

Bumps [org.mockito:mockito-core](https://github.com/mockito/mockito) from 3.+ to 5.13.0.
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](https://github.com/mockito/mockito/commits/v5.13.0)

---
updated-dependencies:
- dependency-name: org.mockito:mockito-core
  dependency-type: direct:production
...

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

* Bump com.samskivert:jmustache from 1.15 to 1.16 in /server

Bumps [com.samskivert:jmustache](https://github.com/samskivert/jmustache) from 1.15 to 1.16.
- [Commits](samskivert/jmustache@jmustache-1.15...jmustache-1.16)

---
updated-dependencies:
- dependency-name: com.samskivert:jmustache
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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

* Bump junit:junit from 4.12 to 4.13.2 in /server

Bumps [junit:junit](https://github.com/junit-team/junit4) from 4.12 to 4.13.2.
- [Release notes](https://github.com/junit-team/junit4/releases)
- [Changelog](https://github.com/junit-team/junit4/blob/main/doc/ReleaseNotes4.12.md)
- [Commits](junit-team/junit4@r4.12...r4.13.2)

---
updated-dependencies:
- dependency-name: junit:junit
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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 Sep 16, 2024
1 parent d259f03 commit cfcb177
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions client/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@ dependencies {
exclude module: 'junit'
}
testImplementation('commons-io:commons-io:2.11.0')
testImplementation("org.mockito:mockito-core:3.+")
testImplementation group: 'junit', name: 'junit', version: '4.13'
testImplementation("org.mockito:mockito-core:5.+")
testImplementation group: 'junit', name: 'junit', version: '4.13.2'
}
8 changes: 4 additions & 4 deletions server/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@ dependencies {
}

implementation('com.google.cloud:spring-cloud-gcp-starter-storage')
implementation('com.google.cloud:google-cloud-compute:1.57.0')
implementation('com.google.cloud:google-cloud-compute:1.59.0')
implementation('com.google.guava:guava:33.2.1-jre')
implementation('com.samskivert:jmustache:1.15')
implementation('com.samskivert:jmustache:1.16')
implementation('commons-chain:commons-chain:1.2')
implementation('org.apache.commons:commons-fileupload2-jakarta:2.0.0-M1')
implementation('commons-io:commons-io:2.12.0')
Expand All @@ -74,10 +74,10 @@ dependencies {
runtimeOnly('net.logstash.logback:logstash-logback-encoder:7.0.1')
runtimeOnly('io.micrometer:micrometer-registry-influx:1.13.2')

testImplementation('junit:junit:4.12')
testImplementation('junit:junit:4.13.2')
testImplementation('org.springframework:spring-test')
testImplementation('org.springframework.boot:spring-boot-starter-test')
testImplementation('org.smali:dexlib2:2.2.5')
testImplementation('org.smali:dexlib2:2.5.2')
testImplementation project(':client')
}

Expand Down
4 changes: 2 additions & 2 deletions server/manifestmergetool/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -69,14 +69,14 @@ repositories {
}

dependencies {
implementation('org.jsoup:jsoup:1.15.3')
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('commons-codec:commons-codec:1.17.0')

testImplementation('commons-io:commons-io:2.11.0')
testImplementation('junit:junit:4.13')
testImplementation('junit:junit:4.13.2')
}

allprojects {
Expand Down

0 comments on commit cfcb177

Please sign in to comment.