File tree Expand file tree Collapse file tree 12 files changed +18
-18
lines changed Expand file tree Collapse file tree 12 files changed +18
-18
lines changed Original file line number Diff line number Diff line change 2424 cache : maven
2525
2626 - name : Cache local Maven repository
27- uses : actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4
27+ uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4
2828 with :
2929 path : ~/.m2/repository
3030 key : ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
Original file line number Diff line number Diff line change 3232
3333 - name : Cache local Maven repository
3434 if : ${{ steps.release.outputs.releases_created }}
35- uses : actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4
35+ uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4
3636 with :
3737 path : ~/.m2/repository
3838 key : ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
Original file line number Diff line number Diff line change 3030 <dependency >
3131 <groupId >io.opentelemetry</groupId >
3232 <artifactId >opentelemetry-bom</artifactId >
33- <version >1.44.1 </version >
33+ <version >1.45.0 </version >
3434 <type >pom</type >
3535 <scope >import</scope >
3636 </dependency >
Original file line number Diff line number Diff line change 5050 <properties >
5151 <maven .compiler.source>1.8</maven .compiler.source>
5252 <maven .compiler.target>${maven.compiler.source} </maven .compiler.target>
53- <junit .jupiter.version>5.11.3 </junit .jupiter.version>
53+ <junit .jupiter.version>5.11.4 </junit .jupiter.version>
5454 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
5555 <project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
5656 <module-name >${groupId} .${artifactId} </module-name >
103103 <dependency >
104104 <groupId >net.bytebuddy</groupId >
105105 <artifactId >byte-buddy</artifactId >
106- <version >1.15.10 </version >
106+ <version >1.15.11 </version >
107107 <scope >test</scope >
108108 </dependency >
109109
110110 <dependency >
111111 <groupId >net.bytebuddy</groupId >
112112 <artifactId >byte-buddy-agent</artifactId >
113- <version >1.15.10 </version >
113+ <version >1.15.11 </version >
114114 <scope >test</scope >
115115 </dependency >
116116 <!-- End mockito workaround-->
160160 <dependency >
161161 <groupId >org.junit.platform</groupId >
162162 <artifactId >junit-platform-suite</artifactId >
163- <version >1.11.3 </version >
163+ <version >1.11.4 </version >
164164 <scope >test</scope >
165165 </dependency >
166166
360360 <plugin >
361361 <groupId >org.apache.maven.plugins</groupId >
362362 <artifactId >maven-javadoc-plugin</artifactId >
363- <version >3.11.1 </version >
363+ <version >3.11.2 </version >
364364 <configuration >
365365 <failOnWarnings >${javadoc.failOnWarnings} </failOnWarnings >
366366 <sourceFileExcludes >
Original file line number Diff line number Diff line change 3232 <dependency >
3333 <groupId >org.apache.logging.log4j</groupId >
3434 <artifactId >log4j-slf4j2-impl</artifactId >
35- <version >2.24.2 </version >
35+ <version >2.24.3 </version >
3636 <scope >test</scope >
3737 </dependency >
3838
Original file line number Diff line number Diff line change 1515 <properties >
1616 <!-- exclusion expression for e2e tests -->
1717 <testExclusions >**/e2e/*.java</testExclusions >
18- <io .grpc.version>1.68.2 </io .grpc.version>
18+ <io .grpc.version>1.69.0 </io .grpc.version>
1919 </properties >
2020
2121 <name >flagd</name >
117117 <dependency >
118118 <groupId >io.opentelemetry</groupId >
119119 <artifactId >opentelemetry-api</artifactId >
120- <version >1.44.1 </version >
120+ <version >1.45.0 </version >
121121 </dependency >
122122
123123 <dependency >
135135 <dependency >
136136 <groupId >org.junit.jupiter</groupId >
137137 <artifactId >junit-jupiter</artifactId >
138- <version >5.11.3 </version >
138+ <version >5.11.4 </version >
139139 <scope >test</scope >
140140 </dependency >
141141 <dependency >
Original file line number Diff line number Diff line change 3030 <dependency >
3131 <groupId >com.flagsmith</groupId >
3232 <artifactId >flagsmith-java-client</artifactId >
33- <version >7.4.2 </version >
33+ <version >7.4.3 </version >
3434 </dependency >
3535
3636 <dependency >
Original file line number Diff line number Diff line change 7979 <dependency >
8080 <groupId >org.apache.logging.log4j</groupId >
8181 <artifactId >log4j-slf4j2-impl</artifactId >
82- <version >2.24.2 </version >
82+ <version >2.24.3 </version >
8383 <scope >test</scope >
8484 </dependency >
8585 </dependencies >
Original file line number Diff line number Diff line change 7777 <dependency >
7878 <groupId >org.apache.logging.log4j</groupId >
7979 <artifactId >log4j-slf4j2-impl</artifactId >
80- <version >2.24.2 </version >
80+ <version >2.24.3 </version >
8181 <scope >test</scope >
8282 </dependency >
8383
Original file line number Diff line number Diff line change 2525 <dependency >
2626 <groupId >org.apache.logging.log4j</groupId >
2727 <artifactId >log4j-slf4j2-impl</artifactId >
28- <version >2.24.2 </version >
28+ <version >2.24.3 </version >
2929 <scope >test</scope >
3030 </dependency >
3131 </dependencies >
You can’t perform that action at this time.
0 commit comments