Skip to content

Commit

Permalink
Bump the libs group across 1 directory with 5 updates
Browse files Browse the repository at this point in the history
Bumps the libs group with 5 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [org.jsoup:jsoup](https://github.com/jhy/jsoup) | `1.18.1` | `1.18.3` |
| [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback) | `1.5.6` | `1.5.12` |
| org.owasp.dependencycheck | `10.0.3` | `11.1.0` |
| org.sonarqube | `5.1.0.4882` | `6.0.1.5171` |
| [com.vanniktech.maven.publish](https://github.com/vanniktech/gradle-maven-publish-plugin) | `0.29.0` | `0.30.0` |



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

Updates `ch.qos.logback:logback-classic` from 1.5.6 to 1.5.12
- [Commits](qos-ch/logback@v_1.5.6...v_1.5.12)

Updates `org.owasp.dependencycheck` from 10.0.3 to 11.1.0

Updates `org.sonarqube` from 5.1.0.4882 to 6.0.1.5171

Updates `com.vanniktech.maven.publish` from 0.29.0 to 0.30.0
- [Release notes](https://github.com/vanniktech/gradle-maven-publish-plugin/releases)
- [Changelog](https://github.com/vanniktech/gradle-maven-publish-plugin/blob/main/CHANGELOG.md)
- [Commits](vanniktech/gradle-maven-publish-plugin@0.29.0...0.30.0)

---
updated-dependencies:
- dependency-name: org.jsoup:jsoup
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: libs
- dependency-name: ch.qos.logback:logback-classic
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: libs
- dependency-name: org.owasp.dependencycheck
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: libs
- dependency-name: org.sonarqube
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: libs
- dependency-name: com.vanniktech.maven.publish
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: libs
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 2, 2024
1 parent 027e612 commit e98c674
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
[versions]
coroutines = "1.7.3"
dependency-check = "10.0.3"
sonarqube = "5.1.0.4882"
dependency-check = "11.1.0"
sonarqube = "6.0.1.5171"
kotlin = "1.9.21"
spotless = "6.25.0"
nimbus-sdk = "11.6"
ktor = "2.3.6"
jsoup = "1.18.1"
jsoup = "1.18.3"
java = "17"
ktlint = "0.50.0"
dokka = "1.9.20"
maven-publish = "0.29.0"
logback = "1.5.6"
maven-publish = "0.30.0"
logback = "1.5.12"
binary-compatibility-validator = "0.16.3"

[libraries]
Expand Down

0 comments on commit e98c674

Please sign in to comment.