Skip to content

Commit

Permalink
Merge pull request #41 from OpenNMS/dependabot/maven/release-2.x/com.…
Browse files Browse the repository at this point in the history
…squareup.okhttp3-logging-interceptor-4.12.0

build(deps): bump com.squareup.okhttp3:logging-interceptor from 3.13.1 to 4.12.0
  • Loading branch information
Benjamin Reed authored Feb 23, 2024
2 parents 3ced02c + 1640ab7 commit cb39c80
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -72,11 +72,12 @@
<junit.version>4.13.2</junit.version>
<karaf.version>4.3.10</karaf.version>
<karaf.plugin.version>4.4.5</karaf.plugin.version>
<kotlin.version>1.9.10</kotlin.version>
<log4j.version>2.23.0</log4j.version>
<metrics.version>4.2.25</metrics.version>
<mockito.version>5.10.0</mockito.version>
<okio.bundle.version>1.15.0_1</okio.bundle.version>
<okhttp.version>3.13.1</okhttp.version>
<okhttp.version>4.12.0</okhttp.version>
<okhttp.bundle.version>3.13.1_1</okhttp.bundle.version>
<opennms.api.version>1.0.0</opennms.api.version>
<osgi.version>6.0.0</osgi.version>
Expand Down Expand Up @@ -142,6 +143,17 @@
<artifactId>metrics-core</artifactId>
<version>${metrics.version}</version>
</dependency>
<!-- pulled in by okhttp3 -->
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-stdlib-common</artifactId>
<version>${kotlin.version}</version>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-stdlib-jdk8</artifactId>
<version>${kotlin.version}</version>
</dependency>
<dependency>
<groupId>org.json</groupId>
<artifactId>json</artifactId>
Expand Down

0 comments on commit cb39c80

Please sign in to comment.