Skip to content

Commit

Permalink
Fix crit/high snyk vulns
Browse files Browse the repository at this point in the history
  • Loading branch information
asmith-r7 committed Dec 19, 2023
1 parent c39ee27 commit 09ee38c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@
<thirdparty.hamcrest.version>1.3</thirdparty.hamcrest.version>
<thirdparty.junit.version>5.7.2</thirdparty.junit.version>
<thirdparty.mockito.version>1.10.19</thirdparty.mockito.version>
<thirdparty.smbj.version>0.11.1</thirdparty.smbj.version>
<thirdparty.smbj.version>0.11.3</thirdparty.smbj.version>
<thirdparty.testng.version>6.11</thirdparty.testng.version>
<thirdparty.bouncycastle.version>1.60</thirdparty.bouncycastle.version>
<thirdparty.bouncycastle.version>1.69</thirdparty.bouncycastle.version>
<thirdparty.testcontainers.version>1.16.0</thirdparty.testcontainers.version>
<maven.compiler.target>1.8</maven.compiler.target>
<maven.compiler.source>1.8</maven.compiler.source>
Expand Down
2 changes: 1 addition & 1 deletion src/integration-test/resources/docker-image/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.7
FROM alpine:3.18.5

RUN apk update && apk add --no-cache tini samba samba-common-tools supervisor bash

Expand Down
8 changes: 4 additions & 4 deletions src/integration-test/resources/docker-image/supervisord.conf
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ nodaemon=true
loglevel=info

[program:smbd]
/* command=/usr/sbin/smbd -i --daemon --foreground --log-stdout */
command=/usr/sbin/smbd --daemon --foreground --log-stdout
/* command=/usr/sbin/smbd -i --daemon --foreground --debug-stdout --no-process-group */
command=/usr/sbin/smbd --daemon --foreground --debug-stdout --no-process-group
redirect_stderr=true

[program:nmbd]
/* command=/usr/sbin/nmbd -i --daemon --foreground --log-stdout */
command=/usr/sbin/nmbd --daemon --foreground --log-stdout
/* command=/usr/sbin/nmbd -i --daemon --foreground --debug-stdout --no-process-group */
command=/usr/sbin/nmbd --daemon --foreground --debug-stdout --no-process-group
redirect_stderr=true

0 comments on commit 09ee38c

Please sign in to comment.