Skip to content

Commit fb239e0

Browse files
authored
Merge pull request #60 from TheWorldAvatar/bump-base-lib
Bump-base-lib
2 parents 8d435ff + 9c074ee commit fb239e0

File tree

6 files changed

+9
-9
lines changed

6 files changed

+9
-9
lines changed

stack-clients/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
services:
22
stack-client:
3-
image: ghcr.io/theworldavatar/stack-client${IMAGE_SUFFIX}:1.50.2
3+
image: ghcr.io/theworldavatar/stack-client${IMAGE_SUFFIX}:1.50.3
44
secrets:
55
- blazegraph_password
66
- postgis_password

stack-clients/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
<groupId>com.cmclinnovations</groupId>
99
<artifactId>stack-clients</artifactId>
10-
<version>1.50.2</version>
10+
<version>1.50.3</version>
1111

1212
<name>Stack Clients</name>
1313
<url>https://theworldavatar.io</url>
@@ -116,7 +116,7 @@
116116
<dependency>
117117
<groupId>uk.ac.cam.cares.jps</groupId>
118118
<artifactId>jps-base-lib</artifactId>
119-
<version>1.47.1</version>
119+
<version>1.48.0</version>
120120
</dependency>
121121

122122
<!-- https://mvnrepository.com/artifact/io.swagger.core.v3/swagger-annotations -->

stack-data-uploader/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
services:
22
stack-data-uploader:
3-
image: ghcr.io/theworldavatar/stack-data-uploader${IMAGE_SUFFIX}:1.50.2
3+
image: ghcr.io/theworldavatar/stack-data-uploader${IMAGE_SUFFIX}:1.50.3
44
secrets:
55
- blazegraph_password
66
- postgis_password

stack-data-uploader/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
<groupId>com.cmclinnovations</groupId>
99
<artifactId>stack-data-uploader</artifactId>
10-
<version>1.50.2</version>
10+
<version>1.50.3</version>
1111

1212
<name>Stack Data Uploader</name>
1313
<url>https://theworldavatar.io</url>
@@ -38,7 +38,7 @@
3838
<dependency>
3939
<groupId>com.cmclinnovations</groupId>
4040
<artifactId>stack-clients</artifactId>
41-
<version>1.50.2</version>
41+
<version>1.50.3</version>
4242
</dependency>
4343

4444
<dependency>

stack-manager/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
services:
22
stack-manager:
3-
image: ghcr.io/theworldavatar/stack-manager${IMAGE_SUFFIX}:1.50.2
3+
image: ghcr.io/theworldavatar/stack-manager${IMAGE_SUFFIX}:1.50.3
44
environment:
55
EXTERNAL_PORT: "${EXTERNAL_PORT-3838}"
66
STACK_BASE_DIR: "${STACK_BASE_DIR}"

stack-manager/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
<groupId>com.cmclinnovations</groupId>
99
<artifactId>stack-manager</artifactId>
10-
<version>1.50.2</version>
10+
<version>1.50.3</version>
1111

1212
<name>Stack Manager</name>
1313
<url>https://theworldavatar.io</url>
@@ -38,7 +38,7 @@
3838
<dependency>
3939
<groupId>com.cmclinnovations</groupId>
4040
<artifactId>stack-clients</artifactId>
41-
<version>1.50.2</version>
41+
<version>1.50.3</version>
4242
</dependency>
4343

4444
<dependency>

0 commit comments

Comments
 (0)