Skip to content

Commit 10a80a4

Browse files
authored
Merge pull request #108 from genkit-ai/dependabot/maven/org.apache.maven.plugins-maven-shade-plugin-3.6.2
chore(deps)(deps): bump org.apache.maven.plugins:maven-shade-plugin from 3.6.1 to 3.6.2
2 parents d76c5ab + 3afb55a commit 10a80a4

6 files changed

Lines changed: 6 additions & 6 deletions

File tree

samples/evaluators-plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@
104104
<plugin>
105105
<groupId>org.apache.maven.plugins</groupId>
106106
<artifactId>maven-shade-plugin</artifactId>
107-
<version>3.6.1</version>
107+
<version>3.6.2</version>
108108
<executions>
109109
<execution>
110110
<phase>package</phase>

samples/firebase/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@
116116
<plugin>
117117
<groupId>org.apache.maven.plugins</groupId>
118118
<artifactId>maven-shade-plugin</artifactId>
119-
<version>3.6.1</version>
119+
<version>3.6.2</version>
120120
<executions>
121121
<execution>
122122
<phase>package</phase>

samples/mcp/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@
120120
<plugin>
121121
<groupId>org.apache.maven.plugins</groupId>
122122
<artifactId>maven-shade-plugin</artifactId>
123-
<version>3.6.1</version>
123+
<version>3.6.2</version>
124124
<executions>
125125
<execution>
126126
<phase>package</phase>

samples/pinecone/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@
9595
<plugin>
9696
<groupId>org.apache.maven.plugins</groupId>
9797
<artifactId>maven-shade-plugin</artifactId>
98-
<version>3.6.1</version>
98+
<version>3.6.2</version>
9999
<executions>
100100
<execution>
101101
<phase>package</phase>

samples/postgresql/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@
9595
<plugin>
9696
<groupId>org.apache.maven.plugins</groupId>
9797
<artifactId>maven-shade-plugin</artifactId>
98-
<version>3.6.1</version>
98+
<version>3.6.2</version>
9999
<executions>
100100
<execution>
101101
<phase>package</phase>

samples/weaviate/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@
9595
<plugin>
9696
<groupId>org.apache.maven.plugins</groupId>
9797
<artifactId>maven-shade-plugin</artifactId>
98-
<version>3.6.1</version>
98+
<version>3.6.2</version>
9999
<executions>
100100
<execution>
101101
<phase>package</phase>

0 commit comments

Comments
 (0)