Skip to content

Commit

Permalink
Bump the junixsocket group with 2 updates (#265)
Browse files Browse the repository at this point in the history
* Bump the junixsocket group with 2 updates

Bumps the junixsocket group with 2 updates: [com.kohlschutter.junixsocket:junixsocket-core](https://github.com/kohlschutter/junixsocket) and [com.kohlschutter.junixsocket:junixsocket-common](https://github.com/kohlschutter/junixsocket).


Updates `com.kohlschutter.junixsocket:junixsocket-core` from 2.10.0 to 2.10.1
- [Release notes](https://github.com/kohlschutter/junixsocket/releases)
- [Commits](kohlschutter/junixsocket@junixsocket-2.10.0...junixsocket-2.10.1)

Updates `com.kohlschutter.junixsocket:junixsocket-common` from 2.10.0 to 2.10.1
- [Release notes](https://github.com/kohlschutter/junixsocket/releases)
- [Commits](kohlschutter/junixsocket@junixsocket-2.10.0...junixsocket-2.10.1)

---
updated-dependencies:
- dependency-name: com.kohlschutter.junixsocket:junixsocket-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: junixsocket
- dependency-name: com.kohlschutter.junixsocket:junixsocket-common
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: junixsocket
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump preferred junixsocket version

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Tobias Gesellchen <tobias@gesellix.de>
  • Loading branch information
dependabot[bot] and gesellix authored Sep 28, 2024
1 parent f593f50 commit 7331caf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ dependencies {
implementation(it) {
version {
strictly("[2.4,3)")
prefer("2.10.0")
prefer("2.10.1")
}
}
}
Expand All @@ -72,10 +72,10 @@ dependencies {
api("com.squareup.okhttp3:okhttp:4.12.0")
implementation("com.squareup.okio:okio:3.9.1")

implementation("com.kohlschutter.junixsocket:junixsocket-core:2.10.0@pom") {
implementation("com.kohlschutter.junixsocket:junixsocket-core:2.10.1@pom") {
isTransitive = true
}
implementation("com.kohlschutter.junixsocket:junixsocket-common:2.10.0")
implementation("com.kohlschutter.junixsocket:junixsocket-common:2.10.1")

testImplementation("org.junit.jupiter:junit-jupiter-api:5.11.1")
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.11.1")
Expand Down

0 comments on commit 7331caf

Please sign in to comment.