diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index d2bd479f..03f33894 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -9,4 +9,4 @@ logging: org.hibernate.type.descriptor.sql.BasicBinder: TRACE business: - current-semester: 2023-2 \ No newline at end of file + current-semester: 2024-1 \ No newline at end of file diff --git a/src/test/resources/application.yml b/src/test/resources/application.yml index b8be736e..7961f2c3 100644 --- a/src/test/resources/application.yml +++ b/src/test/resources/application.yml @@ -45,5 +45,5 @@ server: domain: http://localhost:8080 business: - current-semester: 2023-2 + current-semester: 2024-1