We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1fb3129 commit ced12d3Copy full SHA for ced12d3
.github/workflows/dockerPush.yml
@@ -35,7 +35,7 @@ jobs:
35
images: ree6/bot
36
37
- name: Build and push Docker image
38
- uses: docker/build-push-action@v6.15.0
+ uses: docker/build-push-action@v6.16.0
39
with:
40
context: .
41
push: true
pom.xml
@@ -143,7 +143,7 @@
143
<dependency>
144
<groupId>com.apptasticsoftware</groupId>
145
<artifactId>rssreader</artifactId>
146
- <version>3.9.1</version>
+ <version>3.9.3</version>
147
</dependency>
148
149
<groupId>me.presti</groupId>
0 commit comments