Skip to content

Commit c4e9598

Browse files
4.8.33 dev v1 (#354)
* KB-13035 : Update build configuration for scala 2.12.21 for course-service,lms * KB-13035 : Update build configuration for scala 2.12.21 for course-service,lms * KB-13035 : Update build configuration for scala 2.12.21 for course-service,lms * KB-13035 : Update build configuration for scala 2.12.21 for course-service,lms * KB-13035 : Update build configuration for scala 2.12.21 for course-service,lms * Revert "KB-13035 : Update build configuration for scala 2.12.21 for course-service,lms" This reverts commit 44ce9f3. * Revert "KB-13035 : Update build configuration for scala 2.12.21 for course-service,lms" This reverts commit 7eae267. * Revert "KB-13035 : Update build configuration for scala 2.12.21 for course-service,lms" This reverts commit 859b8f0. * KB-13035 : Update build configuration for scala 2.12.21 for course-service,lms * KB-13035 : Update build configuration for scala 2.12.21 for course-service,lms
1 parent e836d83 commit c4e9598

File tree

15 files changed

+74
-83
lines changed

15 files changed

+74
-83
lines changed

course-mw/course-actors-common/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,12 +45,12 @@
4545
<dependency>
4646
<groupId>com.typesafe.akka</groupId>
4747
<artifactId>akka-actor_2.12</artifactId>
48-
<version>2.5.22</version>
48+
<version>2.5.31</version>
4949
</dependency>
5050
<dependency>
5151
<groupId>com.typesafe.akka</groupId>
5252
<artifactId>akka-slf4j_2.12</artifactId>
53-
<version>2.5.22</version>
53+
<version>2.5.31</version>
5454
</dependency>
5555
<dependency>
5656
<groupId>org.sunbird</groupId>
@@ -87,12 +87,12 @@
8787
<dependency>
8888
<groupId>com.fasterxml.jackson.core</groupId>
8989
<artifactId>jackson-core</artifactId>
90-
<version>2.10.1</version>
90+
<version>2.15.2</version>
9191
</dependency>
9292
<dependency>
9393
<groupId>com.fasterxml.jackson.core</groupId>
9494
<artifactId>jackson-databind</artifactId>
95-
<version>2.10.1</version>
95+
<version>2.15.2</version>
9696
</dependency>
9797
<!-- https://mvnrepository.com/artifact/org.powermock/powermock-api-easymock -->
9898
<dependency>

course-mw/course-actors/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<dependency>
2424
<groupId>net.logstash.logback</groupId>
2525
<artifactId>logstash-logback-encoder</artifactId>
26-
<version>6.3</version>
26+
<version>6.6</version>
2727
</dependency>
2828
<dependency>
2929
<groupId>org.sunbird</groupId>

course-mw/enrolment-actor/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<dependency>
1414
<groupId>com.fasterxml.jackson.core</groupId>
1515
<artifactId>jackson-databind</artifactId>
16-
<version>2.10.1</version>
16+
<version>2.15.2</version>
1717
</dependency>
1818
<dependency>
1919
<groupId>org.scala-lang</groupId>

course-mw/sunbird-util/cache-utils/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
<dependency>
5555
<groupId>net.logstash.logback</groupId>
5656
<artifactId>logstash-logback-encoder</artifactId>
57-
<version>6.3</version>
57+
<version>6.6</version>
5858
</dependency>
5959
</dependencies>
6060

course-mw/sunbird-util/sunbird-cache-utils/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<dependency>
2929
<groupId>net.logstash.logback</groupId>
3030
<artifactId>logstash-logback-encoder</artifactId>
31-
<version>6.3</version>
31+
<version>6.6</version>
3232
</dependency>
3333
<dependency>
3434
<groupId>org.sunbird</groupId>

course-mw/sunbird-util/sunbird-cassandra-utils/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,12 +54,12 @@
5454
<dependency>
5555
<groupId>net.logstash.logback</groupId>
5656
<artifactId>logstash-logback-encoder</artifactId>
57-
<version>6.3</version>
57+
<version>6.6</version>
5858
</dependency>
5959
<dependency>
6060
<groupId>com.fasterxml.jackson.core</groupId>
6161
<artifactId>jackson-databind</artifactId>
62-
<version>2.10.1</version>
62+
<version>2.15.2</version>
6363
</dependency>
6464
<dependency>
6565
<groupId>org.sunbird</groupId>

course-mw/sunbird-util/sunbird-notification/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@
117117
<dependency>
118118
<groupId>com.fasterxml.jackson.core</groupId>
119119
<artifactId>jackson-databind</artifactId>
120-
<version>2.10.1</version>
120+
<version>2.15.2</version>
121121
</dependency>
122122
</dependencies>
123123
</project>

course-mw/sunbird-util/sunbird-platform-core/actor-core/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
1212
<slf4j.version>1.6.1</slf4j.version>
1313
<logback.version>1.0.7</logback.version>
14-
<learner.akka.version>2.5.19</learner.akka.version>
14+
<learner.akka.version>2.5.31</learner.akka.version>
1515
</properties>
1616
<dependencies>
1717
<dependency>
@@ -22,7 +22,7 @@
2222
<dependency>
2323
<groupId>net.logstash.logback</groupId>
2424
<artifactId>logstash-logback-encoder</artifactId>
25-
<version>6.3</version>
25+
<version>6.6</version>
2626
</dependency>
2727
<dependency>
2828
<groupId>org.sunbird</groupId>
@@ -47,12 +47,12 @@
4747
<dependency>
4848
<groupId>com.fasterxml.jackson.core</groupId>
4949
<artifactId>jackson-core</artifactId>
50-
<version>2.10.1</version>
50+
<version>2.15.2</version>
5151
</dependency>
5252
<dependency>
5353
<groupId>com.fasterxml.jackson.core</groupId>
5454
<artifactId>jackson-databind</artifactId>
55-
<version>2.10.1</version>
55+
<version>2.15.2</version>
5656
</dependency>
5757

5858
<!-- https://mvnrepository.com/artifact/com.googlecode.json-simple/json-simple -->

course-mw/sunbird-util/sunbird-platform-core/actor-util/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
<properties>
1414
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
15-
<learner.akka.version>2.5.19</learner.akka.version>
15+
<learner.akka.version>2.5.31</learner.akka.version>
1616
</properties>
1717

1818
<dependencies>
@@ -36,12 +36,12 @@
3636
<dependency>
3737
<groupId>com.fasterxml.jackson.core</groupId>
3838
<artifactId>jackson-core</artifactId>
39-
<version>2.10.1</version>
39+
<version>2.15.2</version>
4040
</dependency>
4141
<dependency>
4242
<groupId>com.fasterxml.jackson.core</groupId>
4343
<artifactId>jackson-databind</artifactId>
44-
<version>2.10.1</version>
44+
<version>2.15.2</version>
4545
</dependency>
4646
<dependency>
4747
<groupId>org.apache.commons</groupId>
@@ -72,7 +72,7 @@
7272
<dependency>
7373
<groupId>net.logstash.logback</groupId>
7474
<artifactId>logstash-logback-encoder</artifactId>
75-
<version>6.3</version>
75+
<version>6.6</version>
7676
</dependency>
7777
</dependencies>
7878

course-mw/sunbird-util/sunbird-platform-core/auth-verifier/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<dependency>
1919
<groupId>com.fasterxml.jackson.core</groupId>
2020
<artifactId>jackson-databind</artifactId>
21-
<version>2.10.1</version>
21+
<version>2.15.2</version>
2222
</dependency>
2323
<dependency>
2424
<groupId>org.sunbird</groupId>
@@ -51,7 +51,7 @@
5151
<dependency>
5252
<groupId>net.logstash.logback</groupId>
5353
<artifactId>logstash-logback-encoder</artifactId>
54-
<version>6.3</version>
54+
<version>6.6</version>
5555
</dependency>
5656
</dependencies>
5757

0 commit comments

Comments
 (0)