File tree Expand file tree Collapse file tree 1 file changed +23
-0
lines changed Expand file tree Collapse file tree 1 file changed +23
-0
lines changed Original file line number Diff line number Diff line change 6666 <version .lib.asm>9.8</version .lib.asm>
6767 <version .lib.checkstyle>10.12.5</version .lib.checkstyle>
6868 <version .lib.groovy-all>2.4.14</version .lib.groovy-all>
69+ <!-- Force upgrade fourth party dependency of jlama langchain4j provider -->
70+ <version .lib.jinjava>2.8.1</version .lib.jinjava>
71+ <!-- Dependencies convergence via jinjava -->
72+ <version .lib.immutables-exceptions>1.9</version .lib.immutables-exceptions>
6973 <version .lib.microprofile-core-profile>10.0.3</version .lib.microprofile-core-profile>
7074 <version .lib.sigtest>1.4</version .lib.sigtest>
7175 <version .lib.jsonp-tck>2.1.1</version .lib.jsonp-tck>
10171021
10181022 <dependencyManagement >
10191023 <dependencies >
1024+ <dependency >
1025+ <!-- Force upgrade. Used by jlama langchain4j provider -->
1026+ <groupId >com.hubspot.jinjava</groupId >
1027+ <artifactId >jinjava</artifactId >
1028+ <version >${version.lib.jinjava} </version >
1029+ <exclusions >
1030+ <!-- For dependency convergence -->
1031+ <exclusion >
1032+ <groupId >com.google.code.findbugs</groupId >
1033+ <artifactId >jsr305</artifactId >
1034+ </exclusion >
1035+ </exclusions >
1036+ </dependency >
1037+ <dependency >
1038+ <!-- Dependency convergence. Used via jinjava -->
1039+ <groupId >com.hubspot.immutables</groupId >
1040+ <artifactId >immutables-exceptions</artifactId >
1041+ <version >${version.lib.immutables-exceptions} </version >
1042+ </dependency >
10201043 <dependency >
10211044 <groupId >org.apache.kafka</groupId >
10221045 <artifactId >kafka_2.12</artifactId >
You can’t perform that action at this time.
0 commit comments