Skip to content

Commit

Permalink
Bump httpcore
Browse files Browse the repository at this point in the history
  • Loading branch information
zapodot committed Dec 23, 2024
1 parent a4540a2 commit 92fb54f
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>no.ks.fiks.pom</groupId>
<artifactId>fiks-ekstern-kotlin-superpom</artifactId>
<version>1.2.5</version>
<version>1.2.7</version>
</parent>

<groupId>no.ks.fiks</groupId>
Expand Down Expand Up @@ -46,6 +46,7 @@
<lang-tag.version>1.7</lang-tag.version>
<oauth2-oidc-sdk.version>11.20.1</oauth2-oidc-sdk.version>
<apache-httpclient.version>5.4.1</apache-httpclient.version>
<apache-httpcore.version>5.3.1</apache-httpcore.version>
<bouncycastle.version>1.79</bouncycastle.version>

<junit.version>5.11.3</junit.version>
Expand Down Expand Up @@ -88,6 +89,16 @@
<artifactId>httpclient5</artifactId>
<version>${apache-httpclient.version}</version>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents.core5</groupId>
<artifactId>httpcore5</artifactId>
<version>${apache-httpcore.version}</version>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents.core5</groupId>
<artifactId>httpcore5-h2</artifactId>
<version>${apache-httpcore.version}</version>
</dependency>
<dependency>
<groupId>org.junit</groupId>
<artifactId>junit-bom</artifactId>
Expand Down

0 comments on commit 92fb54f

Please sign in to comment.