Skip to content

Commit ad2df0c

Browse files
Bump com.github.edwgiz:maven-shade-plugin.log4j2-cachefile-transformer from 2.8.1 to 2.15 (#12)
Bumps [com.github.edwgiz:maven-shade-plugin.log4j2-cachefile-transformer](https://github.com/edwgiz/maven-shaded-log4j-transformer) from 2.8.1 to 2.15. <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/edwgiz/maven-shaded-log4j-transformer/commits">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.github.edwgiz:maven-shade-plugin.log4j2-cachefile-transformer&package-manager=maven&previous-version=2.8.1&new-version=2.15)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: anthony-nhs <121869075+anthony-nhs@users.noreply.github.com>
1 parent 42d8a30 commit ad2df0c

File tree

1 file changed

+15
-11
lines changed

1 file changed

+15
-11
lines changed

pom.xml

Lines changed: 15 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
1+
<project xmlns="http://maven.apache.org/POM/4.0.0"
2+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
34
<modelVersion>4.0.0</modelVersion>
45

56
<groupId>software.nhs.FHIRValidator</groupId>
@@ -29,8 +30,10 @@
2930
</dependencyManagement>
3031
<dependencies>
3132

32-
<!--The following runtime dependencies are specific to a FHIR version-->
33-
<!--Enable the dependencies for the FHIR version that you want to support -->
33+
<!--The
34+
following runtime dependencies are specific to a FHIR version-->
35+
<!--Enable
36+
the dependencies for the FHIR version that you want to support -->
3437
<!-- ============ Dependencies for FHIR R4 ============ -->
3538
<dependency>
3639
<groupId>ca.uhn.hapi.fhir</groupId>
@@ -86,7 +89,7 @@
8689
<groupId>org.apache.logging.log4j</groupId>
8790
<artifactId>log4j-layout-template-json</artifactId>
8891
<version>${log4j.version}</version>
89-
</dependency>
92+
</dependency>
9093
<dependency>
9194
<groupId>software.amazon.lambda</groupId>
9295
<artifactId>powertools-logging</artifactId>
@@ -161,8 +164,8 @@
161164
<source>11</source> <!-- or higher -->
162165
<target>11</target> <!-- or higher -->
163166
<complianceLevel>11</complianceLevel> <!-- or higher -->
164-
<forceAjcCompile>true</forceAjcCompile>
165-
<sources/>
167+
<forceAjcCompile>true</forceAjcCompile>
168+
<sources />
166169
<weaveDirectories>
167170
<weaveDirectory>${project.build.directory}/classes</weaveDirectory>
168171
</weaveDirectories>
@@ -180,7 +183,7 @@
180183
</goals>
181184
</execution>
182185
</executions>
183-
</plugin>
186+
</plugin>
184187
<!--
185188
Using the Apache Maven Shade plugin to package the jar
186189
@@ -206,9 +209,10 @@
206209
<configuration>
207210
<transformers>
208211
<transformer
209-
implementation="com.github.edwgiz.mavenShadePlugin.log4j2CacheTransformer.PluginsCacheFileTransformer">
212+
implementation="com.github.edwgiz.maven_shade_plugin.log4j2_cache_transformer.PluginsCacheFileTransformer">
210213
</transformer>
211-
<transformer implementation="org.apache.maven.plugins.shade.resource.DontIncludeResourceTransformer">
214+
<transformer
215+
implementation="org.apache.maven.plugins.shade.resource.DontIncludeResourceTransformer">
212216
<resource>META-INF/TE-050AC.SF</resource>
213217
<resource>META-INF/TE-050AC.RSA</resource>
214218
</transformer>
@@ -220,7 +224,7 @@
220224
<dependency>
221225
<groupId>com.github.edwgiz</groupId>
222226
<artifactId>maven-shade-plugin.log4j2-cachefile-transformer</artifactId>
223-
<version>2.8.1</version>
227+
<version>2.15</version>
224228
</dependency>
225229
</dependencies>
226230
</plugin>

0 commit comments

Comments
 (0)