Skip to content
This repository was archived by the owner on Aug 21, 2025. It is now read-only.

Commit 41c04dd

Browse files
committed
Update spring core
1 parent 7fe3ad0 commit 41c04dd

File tree

51 files changed

+53
-53
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

51 files changed

+53
-53
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ ARG service_name
44
ARG service_base_dir
55
ENV SERVICE_NAME=${service_name}
66
ENV SERVICE_BASE_DIR=${service_base_dir}
7-
ENV APP_VERSION=1.3.5
7+
ENV APP_VERSION=1.3.6
88

99
WORKDIR /container/java
1010

README.md

Lines changed: 1 addition & 1 deletion

modules/accounting/client/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.funixproductions.api.accounting</groupId>
88
<artifactId>funixproductions-accounting</artifactId>
9-
<version>1.3.5</version>
9+
<version>1.3.6</version>
1010
</parent>
1111

1212
<groupId>com.funixproductions.api.accounting.client</groupId>

modules/accounting/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.funixproductions.api</groupId>
88
<artifactId>funixproductions-api</artifactId>
9-
<version>1.3.5</version>
9+
<version>1.3.6</version>
1010
<relativePath>../../pom.xml</relativePath>
1111
</parent>
1212

modules/accounting/service/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.funixproductions.api.accounting</groupId>
88
<artifactId>funixproductions-accounting</artifactId>
9-
<version>1.3.5</version>
9+
<version>1.3.6</version>
1010
</parent>
1111

1212
<groupId>com.funixproductions.api.accounting.service</groupId>

modules/accounting/service/src/main/resources/application.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,5 @@ funixproductions.api.payment.billing.app-domain-url=http://payment-billing
2727
#Sentry config
2828
sentry.dsn=${SENTRY_DSN}
2929
sentry.environment=production
30-
sentry.release=[email protected].5
30+
sentry.release=[email protected].6
3131
sentry.application-packages=com.funixproductions.api.accounting

modules/core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.funixproductions.api</groupId>
88
<artifactId>funixproductions-api</artifactId>
9-
<version>1.3.5</version>
9+
<version>1.3.6</version>
1010
<relativePath>../../pom.xml</relativePath>
1111
</parent>
1212

modules/encryption/client/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.funixproductions.api.encryption</groupId>
88
<artifactId>funixproductions-encryption</artifactId>
9-
<version>1.3.5</version>
9+
<version>1.3.6</version>
1010
</parent>
1111

1212
<groupId>com.funixproductions.api.encryption.client</groupId>

modules/encryption/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.funixproductions.api</groupId>
88
<artifactId>funixproductions-api</artifactId>
9-
<version>1.3.5</version>
9+
<version>1.3.6</version>
1010
<relativePath>../../pom.xml</relativePath>
1111
</parent>
1212

modules/encryption/service/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.funixproductions.api.encryption</groupId>
88
<artifactId>funixproductions-encryption</artifactId>
9-
<version>1.3.5</version>
9+
<version>1.3.6</version>
1010
</parent>
1111

1212
<groupId>com.funixproductions.api.encryption.service</groupId>

0 commit comments

Comments
 (0)