Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Snyk] Security upgrade mysql:mysql-connector-java from 8.0.26 to 8.0.31 #26

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
fix: pom.xml to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JAVA-COMGOOGLEPROTOBUF-3040284
  • Loading branch information
snyk-bot committed Oct 14, 2022
commit 871af3bad40b018015229a92fb56ced5cef60a54
16 changes: 8 additions & 8 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,7 @@
<dependency>
<groupId>mysql</groupId>
<artifactId>mysql-connector-java</artifactId>
<version>8.0.26</version>
<version>8.0.31</version>
<scope>runtime</scope>
</dependency>
<dependency>
Expand Down Expand Up @@ -735,7 +735,7 @@
</goals>
</pluginExecutionFilter>
<action>
<ignore />
<ignore/>
</action>
</pluginExecution>
<pluginExecution>
Expand All @@ -754,7 +754,7 @@
</goals>
</pluginExecutionFilter>
<action>
<ignore />
<ignore/>
</action>
</pluginExecution>
<pluginExecution>
Expand All @@ -775,7 +775,7 @@
</goals>
</pluginExecutionFilter>
<action>
<ignore />
<ignore/>
</action>
</pluginExecution>
</pluginExecutions>
Expand Down Expand Up @@ -1045,9 +1045,9 @@
<version>3.3.1</version>
<configuration>
<docfilessubdirs>true</docfilessubdirs>
<bottom>&lt;em&gt;&lt;small&gt; Generated ${TIMESTAMP} NOTE - these libraries are in active development and subject to change&lt;/small&gt;&lt;/em&gt;</bottom>
<header>&lt;a href="https://www.openmrs.org" target=_top&gt;&lt;img src="resources/openmrs-logo-small.gif" border=0/&gt;&lt;/a&gt;</header>
<footer>&lt;a href="https://www.openmrs.org" target=_top&gt;${project.name}&lt;/a&gt;</footer>
<bottom>&lt;em>&lt;small> Generated ${TIMESTAMP} NOTE - these libraries are in active development and subject to change&lt;/small>&lt;/em></bottom>
<header>&lt;a href="https://www.openmrs.org" target=_top>&lt;img src="resources/openmrs-logo-small.gif" border=0/>&lt;/a></header>
<footer>&lt;a href="https://www.openmrs.org" target=_top>${project.name}&lt;/a></footer>
</configuration>
</plugin>
<plugin>
Expand Down Expand Up @@ -1119,7 +1119,7 @@
<slf4jVersion>1.7.32</slf4jVersion>
<log4jVersion>2.14.1</log4jVersion>

<customArgLineForTesting />
<customArgLineForTesting/>

<sonar.host.url>https://sonar.openmrs.org</sonar.host.url>
<sonar.issuesReport.html.enable>true</sonar.issuesReport.html.enable>
Expand Down