Skip to content

Commit 3864e25

Browse files
author
CI
committed
Releasing version refs/heads/master
1 parent 11315cd commit 3864e25

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

examples/async-thumbnails/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828

2929
<fdk.version>1.0.0-SNAPSHOT</fdk.version>
3030
<mockito.version>3.3.3</mockito.version>
31-
<jackson.version>2.13.2.1</jackson.version>
31+
<jackson.version>2.13.4</jackson.version>
3232
</properties>
3333

3434
<groupId>com.fnproject.fn.examples</groupId>

examples/regex-query/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
2828

2929
<fdk.version>1.0.0-SNAPSHOT</fdk.version>
30-
<jackson.version>2.13.2.1</jackson.version>
30+
<jackson.version>2.13.4</jackson.version>
3131
</properties>
3232

3333
<groupId>com.fnproject.fn.examples</groupId>
@@ -43,7 +43,7 @@
4343
<dependency>
4444
<groupId>com.fasterxml.jackson.core</groupId>
4545
<artifactId>jackson-annotations</artifactId>
46-
<version>2.13.0</version>
46+
<version>2.13.4</version>
4747
</dependency>
4848
<dependency>
4949
<groupId>junit</groupId>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
<assertj-core.version>3.21.0</assertj-core.version>
8585
<commons-io.version>2.11.0</commons-io.version>
8686
<httpcore.version>4.4.14</httpcore.version>
87-
<jackson.version>2.13.2.1</jackson.version>
87+
<jackson.version>2.13.4</jackson.version>
8888
<jacoco.version>0.8.1</jacoco.version>
8989
<jetty.version>9.4.12.v20180830</jetty.version>
9090
<junit.version>4.13.2</junit.version>

release.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.0.159
1+
1.0.161

0 commit comments

Comments
 (0)