Skip to content
Snippets Groups Projects
Commit 101a413e authored by Tobias Bruns's avatar Tobias Bruns
Browse files

OZG-7669 update common lib

parent ff4a66fa
Branches
No related tags found
1 merge request!1OZG-7669 filter processors if called by name
......@@ -31,7 +31,7 @@
<parent>
<groupId>de.ozgcloud.common</groupId>
<artifactId>ozgcloud-common-parent</artifactId>
<version>4.7.0</version>
<version>4.9.0</version>
</parent>
<groupId>de.ozgcloud.processor</groupId>
......@@ -47,6 +47,8 @@
<api-lib.version>0.13.0</api-lib.version>
<tyrus-standalone-client.version>2.2.0</tyrus-standalone-client.version>
<okio.version>3.9.1</okio.version>
<okhttp.version>4.12.0</okhttp.version>
</properties>
<dependencies>
......@@ -109,11 +111,13 @@
<dependency>
<groupId>com.squareup.okhttp3</groupId>
<artifactId>okhttp</artifactId>
<version>${okhttp.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.squareup.okhttp3</groupId>
<artifactId>mockwebserver</artifactId>
<version>${okhttp.version}</version>
<scope>test</scope>
</dependency>
<dependency>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment