[JAVA-29474] Replace commons-lang with commons-lang3 (#15514)

This commit is contained in:
panos-kakos
2024-01-03 23:21:49 +02:00
committed by GitHub
parent c8f12b9387
commit 88786dc076
16 changed files with 21 additions and 44 deletions
@@ -2,7 +2,7 @@ package com.baeldung.orderservice;
import com.baeldung.orderservice.client.OrderDTO;
import com.baeldung.orderservice.client.OrderResponse;
import org.apache.commons.lang.time.DateFormatUtils;
import org.apache.commons.lang3.time.DateFormatUtils;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.PathVariable;