Skip to content

Commit 419c9ae

Browse files
dependabot[bot]billoneilBill O'Neil
authored
Bump versions.okhttp from 4.2.2 to 4.9.1 (#393)
* Bump versions.okhttp from 4.2.2 to 4.9.1 Bumps `versions.okhttp` from 4.2.2 to 4.9.1. Updates `okhttp` from 4.2.2 to 4.9.1 - [Release notes](https://github.com/square/okhttp/releases) - [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md) - [Commits](square/okhttp@parent-4.2.2...parent-4.9.1) Updates `okhttp-urlconnection` from 4.2.2 to 4.9.1 - [Release notes](https://github.com/square/okhttp/releases) - [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md) - [Commits](square/okhttp@parent-4.2.2...parent-4.9.1) Updates `logging-interceptor` from 4.2.2 to 4.9.1 - [Release notes](https://github.com/square/okhttp/releases) - [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md) - [Commits](square/okhttp@parent-4.2.2...parent-4.9.1) --- updated-dependencies: - dependency-name: com.squareup.okhttp3:okhttp dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: com.squareup.okhttp3:okhttp-urlconnection dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: com.squareup.okhttp3:logging-interceptor dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Update build.gradle * fix Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Bill O'Neil <bill@dartalley.com> Co-authored-by: Bill O'Neil <billoneil@Bills-MacBook-Pro-2.local>
1 parent 8088d97 commit 419c9ae

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

gradle/dependencies.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
ext {
33
versions = [
44
jackson : '2.12.3', // Json Serializer / Deserializer
5-
okhttp : '4.2.2', // HTTP Client
5+
okhttp : '4.9.1', // HTTP Client
66
slf4j : '1.7.31', // Logging
77
logback : '1.2.3', // Logging
88
undertow : '2.2.8.Final',// Webserver
@@ -25,7 +25,7 @@ ext {
2525
sitemapgen4j : '1.1.2', // Sitemap generator for SEO
2626
jbcrypt : '0.4', // BCrypt salted hashing library
2727
romeRss : '1.0', // RSS Library
28-
kotlin : '1.5.20', // Kotlin
28+
kotlin : '1.4.0', // Kotlin
2929
javax : '1.3.2',
3030
jbossLogging : '3.4.2.Final',
3131
jbossThreads : '3.4.0.Final',

stubbornjava-common/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ dependencies {
4242
api libs.connectorj
4343
api libs.javaxAnnotation
4444
api libs.commonsCodec
45+
api libs.kotlin
4546

4647
compileOnly libs.lombok
4748
annotationProcessor libs.lombok

0 commit comments

Comments
 (0)