Skip to content

Commit bd8be94

Browse files
authored
chore: Bump to version 1.2.3 (#318)
*Issue #, if available:* *Description of changes:* - Monthly release, dependency bumps only By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.
1 parent 146da0e commit bd8be94

3 files changed

Lines changed: 11 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## [1.2.3] - 2023-09-06
4+
5+
## Changed
6+
- Bump software.amazon.awssdk:cleanrooms from 2.20.125 to 2.20.141
7+
- Bump org.xerial:sqlite-jdbc from 3.42.0.0 to 3.43.0.0
8+
- Bump info.picocli:picocli from 4.7.4 to 4.7.5
9+
- Bump freefair_version from 8.2.2 to 8.3
10+
- Bump com.github.spotbugs from 5.1.2 to 5.1.3
11+
312
## [1.2.2] - 2023-08-14
413

514
### Changed

c3r-sdk-core/src/main/java/com/amazonaws/c3r/utils/C3rSdkProperties.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ public final class C3rSdkProperties {
1313
/**
1414
* C3R version.
1515
*/
16-
public static final String VERSION = "1.2.2";
16+
public static final String VERSION = "1.2.3";
1717

1818
/**
1919
* C3R SDK user agent.

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.2.2
1+
1.2.3

0 commit comments

Comments
 (0)