Skip to content

Commit ecb8763

Browse files
committed
Update deps and set release notes
1 parent bb39f7b commit ecb8763

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
CHANGELOG
22
=========
33

4-
2.2.0
4+
2.2.0 (2022-10-31)
55
------------------
66

7-
* Added `SHOPIFY_PAYMENTS` to the `Payment.Processor` enum.
8-
* Added `GOOGLE_PAY` to the `Payment.Processor` enum.
7+
* Added `GOOGLE_PAY` and `SHOPIFY_PAYMENTS` to the `Payment.Processor` enum.
8+
* Updated Jackson and GeoIP2 dependencies.
99

1010
2.1.0 (2022-03-28)
1111
------------------

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
<dependency>
4848
<groupId>com.fasterxml.jackson.core</groupId>
4949
<artifactId>jackson-databind</artifactId>
50-
<version>2.13.4</version>
50+
<version>2.13.4.2</version>
5151
</dependency>
5252
<dependency>
5353
<groupId>com.fasterxml.jackson.core</groupId>
@@ -62,7 +62,7 @@
6262
<dependency>
6363
<groupId>com.maxmind.geoip2</groupId>
6464
<artifactId>geoip2</artifactId>
65-
<version>3.0.1</version>
65+
<version>3.0.2</version>
6666
</dependency>
6767
<dependency>
6868
<groupId>commons-validator</groupId>

0 commit comments

Comments
 (0)